//0x5c bytes (sizeof)
struct _HEAP_COUNTERS
{
ULONG TotalMemoryReserved; //0x0
ULONG TotalMemoryCommitted; //0x4
ULONG TotalMemoryLargeUCR; //0x8
ULONG TotalSizeInVirtualBlocks; //0xc
ULONG TotalSegments; //0x10
ULONG TotalUCRs; //0x14
ULONG CommittOps; //0x18
ULONG DeCommitOps; //0x1c
ULONG LockAcquires; //0x20
ULONG LockCollisions; //0x24
ULONG CommitRate; //0x28
ULONG DecommittRate; //0x2c
ULONG CommitFailures; //0x30
ULONG InBlockCommitFailures; //0x34
ULONG PollIntervalCounter; //0x38
ULONG DecommitsSinceLastCheck; //0x3c
ULONG HeapPollInterval; //0x40
ULONG AllocAndFreeOps; //0x44
ULONG AllocationIndicesActive; //0x48
ULONG InBlockDeccommits; //0x4c
ULONG InBlockDeccomitSize; //0x50
ULONG HighWatermarkSize; //0x54
ULONG LastPolledSize; //0x58
};